// $tc: top color
// $hc: top highlight color
//
+ $_bottom_shade_color: if($variant == 'light', mix(_border_color($c), $c, 30%),
+ mix(_border_color($c), $c, 20%));
+
background-image: headerbar_gradient($c, $tc);
- box-shadow: inset 0 -1px mix(_border_color($c), $c, 30%), // bottom shade
+ box-shadow: inset 0 -1px $_bottom_shade_color, // bottom shade
inset 0 1px $hc; // top highlight
}
border-radius: 7px 7px 0 0;
background-color: transparent;
background-image: linear-gradient(to bottom, #434a4a, #393f3f);
- box-shadow: inset 0 -1px #272c2c, inset 0 1px rgba(238, 238, 236, 0.1); }
+ box-shadow: inset 0 -1px #2d3232, inset 0 1px rgba(238, 238, 236, 0.1); }
.titlebar:backdrop,
.header-bar:backdrop {
border-color: #1e2222;